*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.425;
}
@font-face{
    src: url(Segoe UI.woff);
    
    font-family: "Segoe UI";
}
a{
    font-family: "Segoe UI"!important;
}
p{
    font-family: "Segoe UI"!important;
    font-size: 17px;
}
h1,h2,h3{
    font-family: 'Times New Roman', Times, serif!important;
    font-weight: 800;
}
.container{
    max-width: 1170px;
    margin: auto;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.gradient{
    position: relative;
  
}
.gradient::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(216, 215, 215, 0.404), rgba(175, 174, 175, 0.73));
}
/***header***/
#header .container{
    max-width: 1170px;
    margin: auto;
    overflow: visible!important;
}
#header .logo-middle{
    margin: 25px auto;
}
.logo {
    width: 73%;
    margin: auto;
    min-width: 235px;
}
#header .navbar{
    border-top: 1px solid #fff;
}
#header {
    background-color: #535353;
   
}

#header .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#header .navbar{
 
}
ul#navo {
    min-height: 66px;
}
#header .navbar a{
    list-style: none;
    text-decoration: none;
    display: block;
    font-size: 17px;
    color: #ffffff;
 
}
#header .navbar li a:hover{
    background: linear-gradient(
        45deg
        , #2e323b, #1b1e27);
}
#header .navbar .sub-link a:hover{
    background-color: #535353!important;
}
#header .navbar ul{
    list-style: none;

}
#header .navbar ul li{
    display: inline-block;
}
.sub-link{
position: absolute;
top: 65px;
   width: 181%;
    z-index: 1;
    display: none;
    border-bottom: 2px solid #fff;
    border-radius: 2px;
    color: #000;
}
.sub-link li a{
   color: #fff!important;
}
.sub-link li{
    display: block!important;
}
.drop1{
   position: relative;
}

.nav ul .drop1:hover .sub-link{
    display: block!important;
  background-color: #535353;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/****slider section****/
#hero{
    background: linear-gradient(to bottom, rgba(32, 32, 32, 0.52), rgba(93, 92, 94, 0.73)), url(banner_3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    position: relative;
    display: flex;align-items: flex-start;justify-content: center;

}
#hero .h1 h1{
    font-size: 50px;
}
#hero .h1 p{
    font-size: 25px;
}
#hero .h1 a{
    text-decoration: none;
    display: inline-block;
    background-color:#2c303a!important;
    padding:12px 20px ;
    margin: 20px 0;
    color: #fff;
    border-radius: 7px;

}
/* <!----about us--> */

#about{
    padding: 50px 0;

}
/***animation button****/
#btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;

  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;

  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg
    , #2e323b, #1b1e27);

  z-index: -2;
}
#btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #535454;
  transition: all 0.3s;

  z-index: -1;
}
#btn:hover {
  color: #fff;
}
#btn:hover:before {
  width: 100%;
}

/*******************/



#about .row{
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
    
}
#about .row .left{
    flex-basis: 50%;
    min-width: 200px;
}
#about .head h1{
    font-size: 35px;
}
#about .head p{
    line-height: 1.8;
    text-align: justify;
}
#about .head a{
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(
        45deg
        , #2e323b, #1b1e27);
    padding:12px 20px ;
    margin: 20px 0;
    color: #fff;
    border-radius: 2px;

}
#about .row .right{
    flex-basis: 45%;
    min-width: 350px;
}
#about .row .pic{
    min-width: 100%;
    margin: auto;
}
/***service***/
.tite{
    font-size: 15px;
}
#services .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    text-align: center;
}
#services .row .left{
    flex-basis: 30.333333%;
   min-height: 215px;
    /* padding-right: 15px;
    padding-left: 15px; */
    border: 1px solid #eeeeee !important;
    background-color: #fff !important;
    line-height: 1.5;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-width: 300px;
    margin: 0 15px;

   
  
}
#services .row .col-3-content{
    padding: 40px !important;


}
#services .imo{
  margin: auto;
        width: 58px;
   
}
 /*creating the shake animation*/ 
    
 .col-3-content:hover a{ 
    animation:  shake 0.8s  ; 
    cursor: pointer;
  } 
  
  @keyframes shake{ 
    0%{ 
      transform: translateX(0) 
    } 
    25%{ 
      transform: translateX(8px); 
    } 
      
    50%{ 
      transform: translateX(-8px); 
    } 
    100%{ 
      transform: translateX(0px); 
    } 
  } 
/***candidates***/
.left-pic {
    
    margin-bottom: -39px;
    margin-left: 154px;
    min-width: 350px;
    margin-top: 24px;
}
.left-pic::before{
    position: absolute;
    content: " ";
    width: 100%;
    background: linear-gradient(
        45deg
        , #2d313d, #0e111b);
    height: 100%;
    z-index: -99;
   
    top: -35px;
    min-width: 100px;
    left: -72px;
    float: left;
   
}

/****industries***/
section#industries {
    background: #8080804d;
    padding: 40px 0;
}
#industries .row .col-2 a{
    text-decoration: none;
    color: #fff;
    font-family: "Segoe UI"!important;
    display: inherit;
    background: #2d303a!important;
}
#industries .row .col-2 a:hover{
    background-color: #545454!important;
    
    transition: 0.77s;
}
#industries .row .col-2{
    flex-basis: 37%;
    min-width: 200px;
    padding: 0 15px;
    margin: 20px 0;
}


  /***Testimonial***/
  #testimonial{
      padding: 50px 0;
  }
  .swiper-container {
    width: 100%;
    height: 100%;

  }

  .swiper-button-next:after{
    font-size: 17px!important;
    background: linear-gradient(
        45deg
        , #2d313d, #0e111b);
    padding: 10px;
    color: #fff;
    border-radius: 50%;
  }
  .swiper-button-prev:after{
    font-size: 17px!important;
    background: linear-gradient(
        45deg
        , #2d313d, #0e111b);
    padding: 10px;
    color: #fff;
    border-radius: 50%;
  }
  .swiper-button-prev{
    left: 5px!important;
  }
  .swiper-button-next{
      right: 5px!important;
  }
  .swiper-slide {
    text-align: center;
    font-size: 15px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .quote i{
      font-size: 40px;
      margin-bottom: 15px;
  }
  #testimonial p{
      font-size: 15px!important;
  }
  #testimonial .row {
      display: flex;
      align-items: center;
      justify-content: space-around;
      flex-wrap: wrap;
      margin: 35px 0;
  }
  #testimonial .row .col-4{
      flex-basis: 27%;
   min-height: 375px;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   border-radius: 22px;
   min-width: 300px;
  }

  /***contact us***/
  #contact{
      background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(https://demo.goodlayers.com/lawyerbase/wp-content/uploads/2015/04/bg-contact-hp.jpg);
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    position: relative;
    padding: 40px 0;
   
  }
  #contact .row{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
  }
  #contact .row .col-2{
        flex-basis: 70%;
        min-width: 400px;
  }
  #contact .row .input{
      width: 100%;
      height: 100%;
      margin: 10px 0;
      display: inline-block;
  }
  input[type="text"] {
    width: 97%;
    display: inline-block;
    min-height: 48px;
    border: 1px solid grey;
    padding: 0 12px;
    font-family: "Segoe UI"!important;

}
input[type="email"] {
    width: 100%;
    display: inline-block;
    min-height: 48px;
    border: 1px solid grey;
    padding: 0 12px;
    font-family: "Segoe UI"!important;
}
input[type="submit"] {
    width: 27%;
    min-width: 200px;
    margin: auto;
    background-color: #535353;
    color: #fff;
    font-family: "Segoe UI"!important;
}
#contact .sub-inline{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#contact textarea{
    width: 100%;
    padding: 7px 12px;
    font-family: "Segoe UI"!important;
}
#contact .right{
    color: #fff;
    line-height: 2;
}
#latest h2{
   
}
/***latest***/
#latest h1{
    color: #fff;
}
#latest{
    background: linear-gradient( 
        45deg
         , #2d313d, #0e111b);
    padding: 50px 0;
}
#latest .col-3{
    flex-basis: 30%;
    min-width: 200px;
}

/***footer***/
#footer .p{
    font-family: 'Times New Roman', Times, serif!important;
}
#footer .para{
    font-family: "Segoe UI"!important;
    text-align: left;
    margin: 29px 0;
}
#footer{
    padding: 50px 0;
    background-color: #535353;
    color: #fff;
}
#footer .row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .row .col-3{
    flex-basis: 25%;
    min-width: 200px;
    line-height: 1.9;
    padding: 0 16px;
    margin: 15px 0;
}
#footer .common ul li{
    font-family: "Segoe UI"!important;
    margin-bottom: 0.6rem;
   
}
#footer .padding{
    
}
#footer .common ul li a{
    font-family: "Segoe UI"!important;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
#footer .common ul li a:hover{
    text-decoration: underline;
}
#footer .common ul{
    list-style: none;

}
#footer .common ul li i{
    margin-right: 8px;
    color: #292d38;
    font-size: 14px;

}
#footer .row .col-3 .social ul li{
    font-size: 15px;
}
#footer .row .col-3 .social i{
 
   
    font-size: 18px;
    color: #fff;
}
#footer .row .col-3 .social i:hover{
    
}
#footer .location ul{
list-style: none;
}
#footer .location ul li{
    font-family: "Segoe UI"!important;
}
#footer .location ul li i{
    margin-right: 10px;
  color:#1797ff;
    padding: 10px 12px;
}


/***responsive design***/
@media only screen and (max-width: 1057px) {
    #about .head p{
        font-size: 15px!important;
        margin-bottom: 20px;
    }
    #about .head h1{
      font-size: 25px!important;
  }
    }
    @media only screen and (max-width: 768px) {
      #about .row .left {
          flex-basis: 100%;
          text-align: center;
      }
      #about .row .right {
          flex-basis: 80%;
          text-align: center;
          margin: auto;
          min-width: 200px;
      }
      }
  
      @media (max-width: 1058px){
          .container {
              max-width: 960px;
              margin-right: auto;
              margin-left: auto;
          }
      }
  
      @media (max-width: 768px){
          .container {
              max-width: 720px;
              margin-right: auto;
              margin-left: auto;
          }
      }
      @media (max-width: 576px){
          .container {
              max-width: 540px;
              margin-right: auto;
              margin-left: auto;
          }
      }
      @media only screen and (max-width: 1156px){
          #services .row .left {
              flex-basis: 27.333333%;
              margin: 15px 0;
              min-width: 200px!important;
           
          }
          #services .row{
             
          }
              
      }
      @media only screen and (max-width: 650px){
          #services .row .left {
              flex-basis: 100%;
           
          }
          #footer .row .col-3 {
            flex-basis: 50%;
           
        }
       
      } 
  
  
     
  .col-2.toggle-button {
      display: none;
  }
  @media only screen and (max-width: 768px){
     
      .prev, .next{
          display: none;
      }
    
  }
      @media only screen and (max-width: 1112px){
          #header .navbar{
             /* display: none;  */
          }
          #header .toggle-button{
              display: block;
          }
          #header #navo{
              overflow: hidden;
              /* display: none; */
              background-color: #535353;
              display: block!important;
              transition: max-height 0.9s;
              min-height: 0px;
          }
          #header .navbar ul li{
              display: block!important;
          }
          #header .navbar a{
              display: block;
          }
          #header .toggle-button{
              display: block;
          }
      }
      @media only screen and (max-width: 780px){
          #services .row .left {
              flex-basis: 100%;
             
          }
          #services .row {
             
             
      }
  }
      @media only screen and (max-width: 740px){
          #latest .col-3{
              flex-basis: 44%;
              margin: 24px 0;
             
          }
      }
      @media only screen and (max-width: 508px){
          #latest .col-3{
              flex-basis: 90%;
              
             
          }
          #industries .row .col-2 {
              flex-basis: 100%;
              min-width: 100px;
       
          }
      }
      @media only screen and (max-width: 768px){
       
          #industries .row .col-2 {
              flex-basis: 70%;
              min-width: 300px;
       
          }
      }
      @media only screen and (max-width: 430px){
          #footer .row .col-3{
              flex-basis: 90%;
              border-bottom: 2px solid #fff;
             padding: 20px 0;
             margin: auto;
          }
      }
    
      @media only screen and (max-width: 525px){
          #footer .row .col-3{
              flex-basis: 90%;
              border-bottom: 2px solid #fff;
             padding: 20px 0;
             margin: auto;
          }
      }
  
      @media only screen and (max-width: 586px){
          #hero .h1 h1{
              font-size: 45px;
          }
          #hero .h1 p{
              font-size: 18px;
          }

      }
  
      @media only screen and (max-width: 850px){
          #banner-slider .text h1{
              font-size: 38px;
          }
          #banner-slider .text {
            
              font-size: 15px;
            
            
              top: 25%!important;
             
            }
            .prev, .next{
                top: 66%!important;
            }
            a.next{
                display: none;
            }
            a.prev{
                display: none;
            }
      }
  
      @media only screen and (max-width: 490px){
          #banner-slider .text h1{
              font-size: 32px;
          }
          #banner-slider .text {
            
              font-size: 15px;
            
            
              top: 15%!important;
             
            }
            .prev, .next{
                top: 66%!important;
            }
      }
  



      *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    /* body{
        margin: 0;
        padding: 0;
        height: 100%;
        font-size: 13px;
        text-align: center;
        font-family: "Roboto";
        background: #fcfcfd;
    } */
    section#testimonial1{
        float: left;
        position: relative;
        padding: 30px 0;
        background: #fcfcfd;
        z-index: 1;
        width: 100%;
        text-align: center;
    }
    html{
        overflow-x: hidden;
        height: 100%;
    }
    .section-title{
        float: left;
        position: relative;
        width: 100%;
        padding-bottom: 40px; 
    }
    .section-title p{
        color: #7d93b2;
        font-size: 13px;
        line-height: 20px;
        max-width: 550px;
        margin: 0 auto;
    }
    .section-title h2 {
        float: left;
        width: 100%;
        text-align: center;
        color: #007aff;
        font-size: 34px;
        font-weight: 800;
        position: relative;
    }
    .section-separator {
        float: left;
        width: 100%;
        position: relative;
        margin: 20px 0;
    }
    .section-separator:before{
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        height: 3px;
        width: 50px;
        border-radius: 3px;
        z-index: 2;
        background-color: #007aff;
        margin-left: -25px;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .listing-carousel-button{
        position: absolute;
        top: 50%;
        width: 80px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        z-index: 100;
        cursor: pointer;
        background: linear-gradient( 
            45deg
             , #2d313d, #0e111b);
        box-shadow: 0 9px 26px rgba(58, 87,135,0.45);
        transition: all 200ms linear;
        outline: none;
    }
    .listing-carousel-button.listing-carousel-button-next{
        right: 0px;
        padding-right: 20px;
        border-radius: 60px 0 0 60px;
    }
    .listing-carousel-button.listing-carousel-button-prev{
        left: -30px;
        padding-left: 20px;
        border-radius: 0 60px 60px 0;
    }
    .listing-carousel-button.listing-carousel-button-next:hover{
        right: -11px;
        background: rgba(6,27,65,0.4);
    }
    .listing-carousel-button.listing-carousel-button-prev:hover{
        left: -15px;
        background: rgba(6,27,65,0.4);
    }
    .testi-item {
        transition: all .3s ease-in-out;
        transform: scale(0.9);
        opacity: 0.9;
    }
    .testimonials-text {
        padding: 75px 50px 75px;
        overflow:hidden;
        background: #f5f6fa;
        border:1ps solid #f1f1f1;
        border-radius: 10px;
        transition: all .3s ease-in-out;
    }
    .testimonials-text-after{
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        color: #ccc;
        opacity: .3;
        font-size: 35px;
        transition: all 400ms linear;
        bottom: 25px;
        right: 30px;
    }
    .testimonials-text-before{
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        color: #ccc;
        opacity: .3;
        font-size: 35px;
        transition: all 400ms linear;
        top: 25px;
        left: 30px;
    }
    .testimonials-text .listing-rating{
        float: none;
        display: inline-block;
        margin-bottom: 12px;
    }
    .listing-rating i{
        color: #0e111b;
    }
    .testimonials-avatar h3{
        font-weight: 600;
        color: #0e111b;
        font-size: 18px;
    }
    .testimonials-avatar h4{
         font-weight:400;
         font-size:12px;
         padding-top:6px;
         color:#2d313d;
    }
    .testimonials-carousel .swiper-slide{
        padding: 30px 0;
    }	 
    .testi-avatar{
        position: absolute;
        left: 50%;
        top: -30px;
        width: 90px;
        height: 90px;
        margin-left: -45px;
        z-index: 20;
    }
    .testi-avatar img{
        width: 90px;
        height: 90px;
        float: left;
        border-radius: 100%;
        border:6px solid #fff;
        box-shadow: 0 9px 26px rgba(58, 87,135,0.1);
    }
    .swiper-slide-active .testimonials-text {
        background: #fff;
        box-shadow: 0 9px 26px rgba(58, 87,135,0.1);
    }
    .testimonials-text p{
        color: #878c9f;
        font-size: 14px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        line-height: 24px;
        padding-bottom: 10px;
        font-weight: 500;
    }
    .text-link{
        position: absolute;
        bottom:0;
        padding: 15px 0;
        border-radius: 10px 10px 0 0;
        background: #f9f9f9;
        border:1px solid #eee;
        box-shadow: 0 10px 15px rgba(0,0,0,0.03);
        left: 50%;
        width: 200px;
        margin-left: -100px;
    }
    .swiper-slide-active .testi-item{
        opacity: 1;
        transform: scale(1.0);
    }
    .tc-pagination{
        float: left;
        margin-top: 10px;
        width: 100% !important;
    }
    .tc-pagination_wrap {
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 100%;
    }
    .tc-pagination2{
        float: none;
        display: inline-block;
        padding: 14px 0;
        background: #fff;
        border-radius: 30px;
        min-width: 250px;
        border-bottom: 0;
    }
    .tc-pagination .swiper-pagination-bullet, .tc-pagination2.swiper-pagination-bullet{
        opacity: 1;
        background: #384f95;
        margin:0 2px;
        width: 10px;
        height: 10px;
        transition: all 300ms ease-in-out;
    }